*{
  margin: 0;
  font-family: "Poppins",sans-serif;
  scroll-behavior: smooth;
 justify-content: space-evenly;
}

body{
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  animation: fly-in 1s ease-in-out;
  animation-delay: 1s; /* Adjust the delay time as needed */
  animation-fill-mode: both;
}
header{
  background-color: #f2f2f2;
  height: 110px;
  padding: 10px 0;
  z-index: 2;
}
li{
  margin: 10px;
}

.logo{
  width: 100px;
}

.logo img{
  width: 100px;
}

nav{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.lang_menu{
  margin-top: 25px;
}
.selected_lang{
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  line-height: 2;
  width: 100px;
  font-size: x-large;
  height: fit-content;
  width: fit-content;
}
.selected_lang a{
  text-decoration:none ;
  color: #000000;
}

.side-bar{
  background: #857b7b;
  width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -100%;
  overflow-y: auto;
  transition: 0.6s ease;
  transition-property:left ;
  z-index: 10;
}
.side-bar.active{
  left: 0;
}

.side-bar .menu {
  width: 100%;  
  margin-top: 60px;
}

.side-bar .menu .item{  
  position: relative;
  cursor: pointer;
}
.side-bar .menu .item a{
   color: #000000;
   font-size: 20 px;
   text-decoration: none;
   display:block ;
   padding:5px 30px;
   line-height: 60px;
}
.side-bar .menu .item a:hover{
  
  background:#dcec95 ;
  transition: 0.3s ease;
}
.side-bar .menu .item i{
  margin-right: 15px;
}
.side-bar .menu .item a .dropdown{
  position: absolute;
  right: 0;
  margin: 20px;
  transition: 0.3s ease;
}
.side-bar .menu .item .sub-menu{
  background: rgba(255, 255,255,0.1);
  display: none;
}
.side-bar .menu .item .sub-menu a{
  padding-left: 20%;
}
.rotate{
  transform: rotate(90deg);
}
.close-btn{
  position:absolute;
  color: #000000;
  font-size: 20px;
  right:0;
  margin: 25px;
  cursor: pointer
}
.menu-btn{
  position: absolute;
  color: #000000;
  font-size: 35px;
  margin: 25px;
  left:0;
  top: 0;
  cursor: pointer;
}
.parent {
  position: absolute;
  top: 0;
  left: 120px;
}
.section_top{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@keyframes fly-in {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.head1{
  font-family: Arial;
  text-align: center;
  margin-top: 5%;
  color: black;
}
.image1{
  padding-top: 5%;
  padding-left: 10%;
  width: 80%;
}
.footer{
  position: absolute;
  background-color: #292323;
  color: #fff;
  width: 95%;
  padding-left: 5%;
  padding-top: 1%;
  padding-bottom: 1%;
}
/*mobile*/
@media (max-width: 767px) {
  .head1 h1{
    font-size: 30px ;
}
  h1{
      font-size: x-large;
  }
  
  header{
    height: 56px;
  }
  nav{
    width: 100%;
    justify-content: space-around;
    
  }
  .logo{
    width: 80px;
  }
  
  .logo img{
    width: 80px;
  }
  .selected_lang{
    margin-top: 20px;
    font-size: small;
  }
  .menu-btn{
      font-size: 15px;
  }
  
  .side-bar .menu .item{
      font-size: 17px;
  }
  .side-bar{
      width: 70%;
      height: 100vh;
  }
  .side-bar .menu .item a{
      padding: 0px 30px;
   }
  .image1{
    height: 50vh;
  }
  .footer{
    margin-top: 5%;  
  }
  .footer h2{
      font-size: 20px;
  }
  .footer h3{
      font-size: 15px;
  }
}

/*small screen */
@media (min-width: 768px) and (max-width: 991px) {
  .head1 h1{
    font-size: 40px;
}
  h1{
      font-size: xx-large;
  }
  header{
    height: 60px;
  }
  nav{
    width: 100%;
    justify-content: space-around;
    
  }
  .logo{
    width: 80px;
  }
  
  .logo img{
    width: 80px;
  }
  .lang_menu{
    margin-top: 25px;
  }
  .selected_lang{
    margin-top: 20px;
    font-size: medium;
  }
  .menu-btn{
      font-size: 30px;
  }
  
  .side-bar .menu .item{
      font-size: 20px;
  }
  .side-bar{
      width: 50%;
      height: 100vh;
  }
  .side-bar .menu .item a{
      padding: 0px 30px;
   }
   
   .image1{
    height :80vh;
  }
  .footer h2{
      font-size: 22px;
  }
  .footer h3{
      font-size: 17px;
  }
}

/*medium screens */
@media (min-width: 992px) {  
  .head1 h1{
    font-size: 50px;
}
  h1{
      font-size: 45px;
  }
  header{
    height: 115px;
  }
  nav{
    width: 100%;
    justify-content: space-around;
    
  }
  .logo{
    width: 150px;
  }
  
  .logo img{
    width: 150px;

  }
  .lang_menu{
    margin-top: 50px;
  }
  .selected_lang{
    margin-top: 40px;
      font-size: x-large;
  }
  .menu-btn{
      font-size: 35px;
      margin: 45px;
  }
  .side-bar .menu .item{
      font-size: 20px;
  }
  .side-bar{
      width: 30%;
  }
  .image1{
    height :90vh;
  }
  .footer h2{
    font-size: 25px;
  }
  .footer h3{
      font-size: 20px;
  }
}

